'Declaration Public Function Add( _ ByVal value As T _ ) As Integer
'使用法 Dim instance As CollectionBase(Of T) Dim value As T Dim value As Integer value = instance.Add(value)
public int Add( T value )
CollectionBase<T> クラス CollectionBase<T> メンバ
© 2004-2015, GrapeCity inc. All rights reserved.